home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / PROTOTYP.ZIP / README < prev    next >
Encoding:
Text File  |  1988-12-02  |  4.1 KB  |  93 lines

  1.                   Menu Information/Demo Building Program
  2.                             by Ray Martin
  3.  
  4.    This is really a down and dirty program for developers or people who have
  5. a program that they want to demonstrate.
  6.    I have been using a rougher version of it for me to sit down with clients
  7. and work out what they want for menu items and where they will branch to.
  8. I added a display version to use as a tool or demo/information tool. You can
  9. unarc this file or put the files into a subdirectory and just run the program.
  10.    I suggest that you run the MENU program first to show you a little about
  11. the program and some of it's features. 
  12.    I developed the program originally on an IBM-PC and it has been compiled 
  13. on an IBM-PS/2 model 30 and tested on both plus a Panasonic Sr. Partner w/2
  14. floppy drives. I recommend a HD to use the create program and as long as the
  15. text files are small and it will fit on a floppy then the reader program will
  16. run on a floppy drive (360k). 
  17.    I stress the need to do the system in layers and a lot of planning or it
  18. will have menus that will not be accessible....
  19.    Example....
  20.  
  21.     Menu #1 is always the main menu and it can have 9 selectable items..
  22.      each item is displayed only if it is created in the create program.
  23.      each item can branch to either a sub menu or a text..
  24.  
  25.      1. can branch to text file 
  26.                    or menu item -> Menu #2
  27.      2. can branch to text file
  28.                    or menu      -> Menu #2 if not used
  29.                                    Menu #3
  30.      3. can branch to another menu or display text but if not used
  31.         will not display as a light bar option.
  32.  
  33.      4. This can be the same as #3 above.
  34.  
  35.      5. thru 9. can also be used or not.
  36.  
  37.     Menu #2 is the first branch off the main menu and is the same as the
  38.      main menu in how it works.
  39.  
  40.      1. can branch to text file
  41.                    or menu item -> Menu #3 if not used
  42.                                    or the next available menu number.
  43.      2. same as above.
  44.  
  45.      3. thru 9. also same as main menu.
  46.  
  47.   What I do is sit down with pencil and paper and do something like this..
  48.    
  49.       Menu 1 - Main Menu
  50.        Item 1 - Welcome & Information  -> display info
  51.        Item 2 - Development prices     -> menu 2
  52.        Item 3 - Software items         -> menu 3
  53.        Item 4 - Final info             -> display final info
  54.  
  55.       Menu 2 - Development Prices
  56.        Item 1 - Developmetn Info       -> display info
  57.        Item 2 - Development costs      -> menu 4
  58.  
  59.       Menu 3 - Software Items    
  60.        Item 1 - Catalog Programs       -> display info
  61.        Item 2 - Development tools      -> display info
  62.  
  63.       Menu 4 - Development Costs 
  64.        Item 1 - Per Job Bid            -> display info
  65.        Item 2 - Fixed costs            -> display info
  66.  
  67.   I have included an extra database (TEMP.DAT & TEMP.DBT) in case the two
  68. main files are lost or you want to start fresh. Just erase the two files
  69. (MENU.DAT & MENU.DBT)  and rename the two TEMP files (REN TEMP.D?T MENU.D?T).
  70.  
  71.   I am working on a revision to allow colors and other text/graphics in
  72. the display files, plus a printer routine to print the text files in page
  73. number order and will have it soon.
  74.  
  75.   I am putting this program up as shareware and would like to know if you
  76. like the program and any comments to improve it. I am asking that if you
  77. like and intend to use it please send $50 for both modules or $25 each 
  78. (the Create program & the Menu program) to...
  79.                                              Ray Martin
  80.                                              8611 Sweetbrush
  81.                                              Houston, Tx. 77064
  82.  
  83.   You will receive a registered copy (no opening screen) and all upgrades
  84. for the first year and a printed manual when completed (I'm not good at
  85. docs for sure).
  86.                 Thanks....ray...
  87.  
  88.  Get latest Shareware versions from ... The South Texas BBS I
  89.                                         300/1200/2400 baud
  90.                                         713-894-5636  24 hrs.
  91.                                              
  92.  
  93.